.flex {
  display: flex;
  align-items: center;
}
.banner .swiper-wrapper {
  height: 10.8rem;
}
.banner .pagination {
  width: 100%;
  position: absolute;
  left: 0.16rem;
  z-index: 3;
  bottom: 0;
  transform: translateX(0);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 1.467rem;
}
.banner .swiper-pagination {
  display: flex;
  align-items: center;
  position: relative;
}
.banner .swiper-button-prev {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  margin-right: 0.493rem;
  width: 0.387rem;
  height: 0.693rem;
  color: white;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.banner .swiper-button-next {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  margin-left: 0.493rem;
  width: 0.387rem;
  height: 0.693rem;
  color: white;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.banner .swiper-pagination-bullet {
  margin: 0 0.253rem 0 0 !important;
  width: 0.68rem;
  height: 0.08rem;
  background-color: #ffffff;
  border-radius: 0;
  opacity: 1;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fecb00;
}
.banner .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.banner .swiper-slide .container {
  margin: 0 0.16rem;
  margin-bottom: 1.467rem;
}
.banner .swiper-slide .container .tags {
  margin-bottom: 0.1rem;
}
.banner .swiper-slide .container .tags .tag {
  font-size: 0.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.2rem;
  width: 2.613rem;
  height: 0.8rem;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 30px;
}
.banner .swiper-slide .container .title {
  margin-bottom: 0.4rem;
  font-size: 0.5rem;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0.01em 0.01em 0.2em black;
}
.banner .swiper-slide .container .province {
  display: flex;
  align-items: center;
  margin-right: 0.053rem;
  font-size: 0.4rem;
  text-shadow: 0.01em 0.01em 0.2em black;
}
.banner .swiper-slide .container .province img {
  margin-right: 0.213rem;
  width: 0.387rem;
  height: 0.507rem;
}
.banner .swiper-slide .container .province a {
  margin-right: 0.267rem;
}
.more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.667rem;
  height: 0.933rem;
  background-color: #000000;
  font-size: 0.373rem;
  font-weight: normal;
  letter-spacing: 0.093rem;
  color: #fdcb00;
}
.more::after {
  margin-left: 0.133rem;
  content: '';
  border: 0.107rem solid #fecb00;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.common-title {
  margin-bottom: 0.4rem;
  font-weight: bold;
}
.common-title .en {
  font-size: 0.4rem;
}
.common-title .cn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.2rem;
  letter-spacing: 0.173rem;
}
.common-title .line {
  margin-top: 0.267rem;
  width: 2.507rem;
  height: 0.093rem;
  background-color: #ffffff;
}
.experience {
  background: rgba(254, 203, 0, 0.9);
  padding: 1rem 0.16rem 0.2rem;
}

.experience .experience-slide-mobile .swiper-slide {
  width: 100%;
  font-size: 18px;
}
.experience .experience-slide-mobile .swiper-slide .img {
  width: 100%;
  margin-bottom: 0.293rem;
  height: 4.5rem;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.experience .experience-slide-mobile .swiper-slide .img .title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.52);
}
.experience .experience-slide-mobile .swiper-slide .img .line {
  width: 0.533rem;
  height: 3px;
  background-color: #f8fafc;
  border-radius: 1px;
}
.experience .experience-slide-mobile .swiper-slide .desc {
  font-size: 0.4rem;
  line-height: 1.6;
  color: #000000;
}
.experience .experience-slide-mobile .experience-prev-btn,
.experience .experience-slide-mobile .experience-next-btn {
  position: absolute;
  top: 1.7rem;
  width: 0.653rem;
  height: 1.053rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  z-index: 4;
}
.experience .experience-slide-mobile .experience-prev-btn img,
.experience .experience-slide-mobile .experience-next-btn img {
  width: 0.24rem;
  height: 0.387rem;
}
.experience .experience-slide-mobile .experience-prev-btn {
  left: 0;
}
.experience .experience-slide-mobile .experience-next-btn {
  right: 0;
}
.experience-content .desc {
  margin-bottom: 1.173rem;
  font-size: 0.4rem;
  line-height: 1.6;
  color: #000000;
}
.experience-content .experience-slide {
  display: none;
}
.destination-wrapper {
  background-color: rgba(52, 52, 52, 0.9);
  padding: 1rem 0;
}
.destination-wrapper .destination {
  padding: 0 0.16rem;
  height: 6.173rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #fff;
}
.destination-wrapper .destination .desc {
  line-height: 1.8;
  font-size: 0.4rem;
  color: #ffffff;
}
.destination-wrapper .map-wrapper {
  padding: 1rem 0.16rem;
  overflow: hidden;
}
.destination-wrapper .map-wrapper img {
  width: 100%;
}
.destination-wrapper .map-wrapper .province-map {
  margin-bottom: 0.267rem;
  width: 100%;
}
.destination-wrapper .map-wrapper .province-details {
  background: #fff;
  display: none;
  width: 100%;
  padding-bottom: 0.307rem;
}
.destination-wrapper .map-wrapper .province-details .img {
  display: block;
  height: 5.24rem;
  margin-bottom: 0.267rem;
  background-size: cover;
  background-position: center center;
}
.destination-wrapper .map-wrapper .province-details .title {
  padding: 0 0.253rem;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.64rem;
  color: #000000;
}
.destination-wrapper .map-wrapper .province-details .desc {
  margin-bottom: 0.533rem;
  padding: 0 0.253rem;
  font-size: 0.267rem;
  line-height: 1.8;
  color: #000000;
}
.destination-wrapper .map-wrapper .province-details .more-btn {
  padding: 0 0.253rem;
}
.go-south-africa {
  padding: 1rem 0;
  position: relative;
  background-color: #02428c;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center 44px;
}
.go-south-africa .move {
  display: none;
}
.go-south-africa .common-title {
  color: #fff;
}
.go-south-africa .content {
  display: flex;
  align-items: center;
}
.go-south-africa .content > .details {
  padding: 0 0.16rem;
}
.go-south-africa .content > .details .desc {
  margin-bottom: 0.32rem;
  line-height: 1.6;
  font-size: 0.4rem;
  letter-spacing: 2px;
  color: #ffffff;
}
.go-south-africa .content > .details .desc.no-margin {
  margin-bottom: 0;
}
.go-south-africa .content > .details .desc.time {
  font-weight: bold;
  font-size: 0.533rem;
  letter-spacing: 0.053rem;
}
.go-south-africa .content > .details .desc.time span {
  color: #ffcc00;
}
.go-south-africa .more-choice {
  padding: 0 0.16rem;
  margin-top: 0.5rem;
  justify-content: space-between;
}
.go-south-africa .more-choice .details {
  margin: 0  auto 0.4rem auto;
  height: 4.5rem;
  text-align: center;
}
.go-south-africa .more-choice .details > section {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.go-south-africa .more-choice .details .title {
  margin-bottom: 0.2rem;
  position: relative;
  font-size: 0.373rem;
  font-weight: bold;
  letter-spacing: 2px;
  color: #ffffff;
  text-shadow: 0.01em 0.01em 0.2em black;
}
.go-south-africa .more-choice .details .title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -0.267rem;
  width: 3.52rem;
  height: 1px;
  transform: translateX(-50%);
  background-color: #ffffff;
}
.go-south-africa .more-choice .details .desc {
  margin: 0.2rem;
  font-size: 0.3rem;
  letter-spacing: 2px;
  color: #ffffff;
  text-shadow: 0.01em 0.01em 0.2em black;
}
.go-south-africa .more-choice .details .more {
  background: rgba(0, 0, 0, 0.5);
}
.go-south-africa .more-choice .details.more-choice-link > section {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.go-south-africa .more-choice .details.more-choice-link .more {
  background: transparent;
  color: #fff;
}
.go-south-africa .more-choice .details.more-choice-link .more::after {
  border-left-color: #fff;
}
.news-wrapper {
  padding: 1rem 0;
  background: rgba(0, 168, 82, 0.9);
}
.news-wrapper .news-container {
  padding: 0 0.16rem;
}
.news-wrapper .common-title {
  color: #fff;
}
.news-wrapper .news-list {
  margin-top: 1.067rem;
}
.news-wrapper .news-item {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0.267rem;
  padding: 0;
  background: #fff;
}
.news-wrapper .news-item .tags {
  padding: 0 0.133rem;
  margin-top: 0.507rem;
}
.news-wrapper .news-item .tags .tag {
  font-size: 0.32rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.133rem;
  width: 2.133rem;
  height: 0.533rem;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0.267rem;
}
.news-wrapper .news-item .tags .tag:hover {
  background: #000;
}
.news-wrapper .img {
  height: 5rem;
  background-size: cover;
  background-position: center center;
}
.news-wrapper .title {
  flex: 1;
  margin: 0.44rem 0 0;
  padding: 0 0.187rem;
  font-size: 0.373rem;
  font-weight: bold;
  font-stretch: normal;
  color: #000000;
}
.news-wrapper .title img {
  width: 0.453rem;
  margin-right: 0.24rem;
}
.news-wrapper .view {
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.32rem;
  color: #000000;
}
.news-wrapper .view .more {
  background: transparent;
  color: #000;
  border-left-color: #000;
}
.email {
  padding: 1.2rem 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.email .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.email .title {
  margin-bottom: 1.413rem;
  font-size: 0.533rem;
  font-weight: bold;
  letter-spacing: 0.053rem;
  color: #ffffff;
}
.email .email-inp {
  padding: 0 0.16rem;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0.933rem;
}
.email .email-inp span {
  width: 1.5rem;
  font-size: 0.4rem;
  font-weight: bold;
  letter-spacing: 0.04rem;
  color: #ffffff;
}
.email .email-inp input {
  padding-left: 0.64rem;
  flex: 1;
  height: 1.067rem;
  background-color: #ffffff;
  border-radius: 0.133rem;
  border: solid 2px #fdca00;
  outline: none;
}
.email .subscribe {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.333rem;
  height: 1.067rem;
  background-color: #fdca00;
  border-radius: 0.533rem;
  border: solid 0.08rem rgba(253, 203, 0, 0.52);
  font-size: 0.533rem;
  font-weight: bold;
  letter-spacing: 0.053rem;
  color: #000000;
}
.email .subscribe img {
  width: 0.853rem;
  margin-right: 0.267rem;
}



.sas-wrapper {
  padding: 1rem 0;
  background: rgba(0, 168, 82, 0.9);
}

.sas-wrapper .sas-container {
  padding: 0 0.16rem;
}

.sas-wrapper .common-title {
  color: white;
}

.sas-wrapper .sas-left {
	width: 100%; 
	margin-top: 1.5rem;
	margin-bottom: 1.5rem
}

.sas-wrapper .sas-right {
	width: 100%; 
}

.sas-wrapper .sas-right p{
	font-size: 0.373rem;
	padding-bottom: 0.2rem;
	color: white;
}
.sas-wrapper .view .more {
  background: transparent;
  color: #000;
  border-left-color: #000;
}

.special-subject-banner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin: 0.213rem 0;
  background-size: cover;
  height: 2.667rem;
  background-position: center 0;
}
.special-subject-banner .img {
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 0.213rem;
}
.special-subject-banner .text {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.special-subject-banner .text section {
  margin: 0 0.16rem;
  width: 0.747rem;
  height: 0.747rem;
  text-align: center;
  line-height: 0.747rem;
  background: #FF8300;
  font-size: 0.48rem;
  border-radius: 0.747rem 0.747rem 0.747rem 0.747rem;
}
